plusAssign

@JvmName(name = "plusAssignNodes")
inline operator fun DslList<DeviceOnly.NodeInfoLite, NodeDatabaseKt.Dsl.NodesProxy>.plusAssign(value: DeviceOnly.NodeInfoLite)
New lite version of NodeDB to decrease memory footprint

repeated .meshtastic.NodeInfoLite nodes = 2 [(.nanopb) = { ... }

Parameters

value

The nodes to add.


@JvmName(name = "plusAssignAllNodes")
inline operator fun DslList<DeviceOnly.NodeInfoLite, NodeDatabaseKt.Dsl.NodesProxy>.plusAssign(values: Iterable<DeviceOnly.NodeInfoLite>)
New lite version of NodeDB to decrease memory footprint

repeated .meshtastic.NodeInfoLite nodes = 2 [(.nanopb) = { ... }

Parameters

values

The nodes to add.